home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UTIL
/
CLI
/
CLIGUARD
/
!CLIGuard
/
FileDrags
< prev
next >
Wrap
Text File
|
1995-01-02
|
1KB
|
22 lines
| This file contains the commands that will be run when you drag a file of a
| certain file-type to the CLI Guardian icon.
| The variable <CLIGuard$File> holds the full path-name of the file dragged
| to the icon.
| Two special types are available:
| 1000: directory
| 2000: application
| Make sure you use SetMacro so the variable CLIGuard$File is only
| substituted when the command is run.
SetMacro CLIGuard$RunType_001 PlayMod <CLIGuard$File>
SetMacro CLIGuard$RunType_CB6 PlayMod <CLIGuard$File>
SetMacro CLIGuard$RunType_FEB Type <CLIGuard$File>
SetMacro CLIGuard$RunType_FF8 Dump <CLIGuard$File>
SetMacro CLIGuard$RunType_FF9 IconSprites <CLIGuard$File>
SetMacro CLIGuard$RunType_FFA RMLoad <CLIGuard$File>
SetMacro CLIGuard$RunType_FFB Basic -load <CLIGuard$File>
SetMacro CLIGuard$RunType_FFD Dump <CLIGuard$File>
SetMacro CLIGuard$RunType_FFF Type <CLIGuard$File>
SetMacro CLIGuard$RunType_1000 Filer_OpenDir <CLIGuard$File>
SetMacro CLIGuard$RunType_2000 Filer_Boot <CLIGuard$File>